home *** CD-ROM | disk | FTP | other *** search
- // the declaration of class NET_ITEM_TABLE
- // Copyright (C) 1997 Kazutaka Hirata <khirata@jove.acs.unt.edu>
-
- #ifndef _NITABLE_H_
- #define _NITABLE_H_
-
- #include "../kbandata/kbandata.h"
- #include "cncttbl.h"
- #include "netitem.h"
-
- class NET_ITEM_TABLE : public CConnectionTable<NET_ITEM> {
- public:
- void AddItem(KBAN_DATA& kban_data);
- void GenerateNetlist(uint layer_number);
- };
-
- #endif /* _NITABLE_H_ */
-